TCRVector class overview.
Properties
| Name | Description |
|
AsSparseArray |
Gets or sets the value of a sparse vector as a sparse array.
|
|
AsString (inherited from TCRSharedObject) |
Gets or sets the object value as a string.
|
|
Count |
Indicates the number of elements in the vector object.
|
|
DataType |
Indicates the data type of the vector object.
|
|
Dimensions |
Gets the number of dimensions of the vector object.
|
|
IsNull (inherited from TCRSharedObject) |
Indicates whether the object value is empty.
|
|
RefCount (inherited from TSharedObject) |
Returns the count of references to a TSharedObject object.
|
|
Scale |
Indicates the number of decimal places used when converting vector elements to strings.
|
|
Sparse |
Indicates whether the vector object is a sparse vector.
|
|
Value |
The index of the element to access.
|
Methods
| Name | Description |
|
AddRef (inherited from TSharedObject) |
Increments the reference count for the number of references dependent on the TSharedObject object.
|
|
Assign |
Assigns another vector object to the current vector.
|
|
AssignTo |
Assigns the current vector object to another vector object.
|
|
Create |
Creates an instance of the vector class.
|
|
Destroy |
Destroys the vector object.
|
|
Release (inherited from TSharedObject) |
Decrements the reference count.
|